C#
- 基于 C# 的嵌入环境.
与所有现代版本 C# 相兼容.
数据类型
- 在 APIFunction 中,格式 name->"type" 的类型规范创建一个带有以下参数类型的 C# 方法:
-
"Integer" int "Integer64" long "Number" double "String" string other string - 该映射可以通过设置 ExternalTypeSignature 进行覆盖.
"Integer" | int | |
"Integer64" | long | |
"Number" | double | |
"String" | string | |
other | string |