Click or drag to resize

StartupSettings Class

This class contains properties about the start of the application.
Inheritance Hierarchy
SystemObject
  Altaxo.Gui.WorkbenchStartupSettings

Namespace: Altaxo.Gui.Workbench
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
[SerializableAttribute]
public sealed class StartupSettings

The StartupSettings type exposes the following members.

Constructors
 NameDescription
Public methodStartupSettings Initializes a new instance of the StartupSettings class.
Top
Properties
 NameDescription
Public property_addInDirectories Gets the list of add-in directories.
Public property_addInFiles Gets the list of explicit add-in files.
Public propertyAllowAddInConfigurationAndExternalAddIns Use the file ConfigDirectory\AddIns.xml to maintain a list of deactivated AddIns and list of AddIns to load from external locations. The default value is true.
Public propertyAllowUserAddIns Allow user AddIns stored in the "application data" directory. The default is false.
Public propertyApplicationName Gets the application name.
Public propertyApplicationRootPath Gets/Sets the application root path to use. Use null (default) to use the base directory of the application's AppDomain.
Public propertyConfigDirectory Gets/Sets the directory used to store application properties, settings and user AddIns. Use null (default) to use "ApplicationData\ApplicationName"
Public propertyDataDirectory Sets the data directory used to load resources. Use null (default) to use the default path "ApplicationRootPath\data".
Public propertyOriginalCulture Gets the original culture.
Public propertyOriginalUICulture Gets the original UI culture.
Public propertyParameterList Gets the parameter list.
Public propertyPropertiesName Sets the name used for the properties file (without path or extension). Use null (default) to use the default name.
Public propertyRequestedFileList Gets the list of files requested at startup.
Public propertyResourceAssemblyName Gets/Sets the name of the assembly to load the BitmapResources and English StringResources from.
Public propertyRunWorkbenchOnNewThread Gets a value indicating whether the workbench should run on a new thread.
Public propertyStartupArgs Gets the raw startup arguments.
Public propertyUseExceptionBoxForErrorHandler Gets/Sets whether the custom exception box should be used for unhandled exceptions. The default is true.
Top
Methods
 NameDescription
Public methodAddAddInFile Add the specified .addin file.
Public methodAddAddInsFromDirectory Find AddIns by searching all .addin files recursively in addInDir.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also