LcConfigC - various functions to lookup config-data … More...
Collaboration diagram for LcConfigC_Lookup_CS_API:Functions | |
| LcSettingC | cslcconfig.LcConfigC.Lookup (string path) |
C#: → C-API This function locates the setting in the configuration config specified by the path path … | |
| bool | cslcconfig.LcConfigC.LookupBool (string path) |
C#: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| double | cslcconfig.LcConfigC.LookupFloat (string path) |
C#: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| int | cslcconfig.LcConfigC.LookupInt (string path) |
C#: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| long | cslcconfig.LcConfigC.LookupInt64 (string path) |
C#: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
| string | cslcconfig.LcConfigC.LookupString (string path) |
C#: → C-API These functions look up the value of the setting in the configuration config specified by the path path … | |
LcConfigC - various functions to lookup config-data …
|
inline |
C#: → C-API LcSettingC config.Lookup(string path)
This function locates the setting in the configuration config specified by the path path …
Definition at line 223 of file LcConfigC.cs.
|
inline |
C#: → C-API bool config.LookupBool(string path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 233 of file LcConfigC.cs.
|
inline |
C#: → C-API double config.LookupFloat(string path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 243 of file LcConfigC.cs.
|
inline |
C#: → C-API int config.LookupInt(string path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 253 of file LcConfigC.cs.
|
inline |
C#: → C-API long config.LookupInt64(string path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 263 of file LcConfigC.cs.
|
inline |
C#: → C-API string config.LookupString(string path)
These functions look up the value of the setting in the configuration config specified by the path path …
Definition at line 273 of file LcConfigC.cs.