ILNumerics - Technical Application Development
Top
The Settings type exposes the following members.
Methods
Name | Description | |
---|---|---|
EnsureT(ExpressionFuncT, T) |
Ensure the value for a specific (static) setting with robust rollback. This should be used in a 'using' directive.
[ILNumerics Core Module] | |
EnsureT(String, T) |
Ensure the value for a specific (static) setting with robust rollback. This should be used in a 'using' directive.
[ILNumerics Core Module] | |
LoadDefaults |
(Re)load settings from the application configuration file or reset to default values.
[ILNumerics Core Module] |
See Also