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.3179.0 (4.8.3179.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 
Public property_addInFiles 
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 
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 
Public propertyOriginalUICulture 
Public propertyParameterList 
Public propertyPropertiesName Sets the name used for the properties file (without path or extension). Use null (default) to use the default name.
Public propertyRequestedFileList 
Public propertyResourceAssemblyName Gets/Sets the name of the assembly to load the BitmapResources and English StringResources from.
Public propertyRunWorkbenchOnNewThread 
Public propertyStartupArgs 
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