PropertyServiceInternalLoadUserSettingsBag Method |
Loads a lazily deserialized settings bag from the specified file.
Namespace: Altaxo.Main.ServicesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxprotected virtual PropertyBagLazyLoaded InternalLoadUserSettingsBag(
FileName fileName
)
Parameters
- fileName FileName
- The settings file to load.
Return Value
PropertyBagLazyLoadedThe loaded settings bag, or an empty one if loading failed.
See Also