Click or drag to resize

BaseConfigManagergetConfigObject Method

Return a config value as an uncast object

Namespace:  Kratos_3.Config
Assembly:  Kratos_3 (in Kratos_3.dll) Version: 3.6.2.0 (3.6.2.0)
Syntax
public Object getConfigObject(
	ConfigOptions name
)

Parameters

name
Type: ConfigOptions
The config value to retrieve

Return Value

Type: Object
An object representing a bool, string, or int for the config option
See Also