Model |
The ModelSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetOption(String, Boolean) | 获取布尔类型配置项 |
![]() | GetOption(String, Double) | 获取浮点类型配置项 |
![]() | GetOption(String, Int32) | 获取32位整型配置项 |
![]() | GetOption(String, Int64) | 获取64位整型配置项 |
![]() | GetOption(String, String) | 获取字符串类型配置项 |
![]() | SetOption(String, Boolean) | 设置布尔类型配置项 |
![]() | SetOption(String, Double) | 设置浮点类型配置项 |
![]() | SetOption(String, Int32) | 设置32位整型配置项 |
![]() | SetOption(String, Int64) | 设置64位整型配置项 |
![]() | SetOption(String, String) | 设置字符串类型配置项 |