IConfigValueBag
Description
- Derived from
- Extended by
-
ConfigValueBag sealed
IConfigScope
A IConfigValueBag represents a scope of named ConfigValues.
The set of existing config values is exposed via the base IConfigTypeBag interface. Value bags are used during runtime for evaluating expressions resp. functions and for storing values.
Public / Methods
GetValueNull
Returns the config value that has the given name.
- ConfigException
-
If an unexpected error has occurred while obtaining the config value, for example while evaluating default argument expressions for a function call or while retrieving a virtual field of a class value.
Extensions
GetArguments
Returns an argument value list for the given parameter list.
- ConfigException
-
If one or more names in parameters in are invalid or if an unexpected error has occurred while obtaining the config value, for example while evaluating argument expressions for a function call or while retrieving a virtual field of a class value.
GetValue
2 overloads
Returns the config type that has the given name.
- ConfigException
-
If no object named name in exists or if an unexpected error has occurred while obtaining the config value, for example while evaluating argument expressions for a function call or while retrieving a virtual field of a class value.
Returns the config type that has the given name.
- ConfigException
-
If no object named name in exists or if an unexpected error has occurred while obtaining the config value, for example while evaluating argument expressions for a function call or while retrieving a virtual field of a class value.
GetValueNull
Returns the config value that has the given name.
- ConfigException
-
If an unexpected error has occurred while obtaining the config value, for example while evaluating argument expressions for a function call or while retrieving a virtual field of a class value.