Startup |
The StartupSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| _addInDirectories | Gets the list of add-in directories. | |
| _addInFiles | Gets the list of explicit add-in files. | |
| AllowAddInConfigurationAndExternalAddIns | 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. | |
| AllowUserAddIns | Allow user AddIns stored in the "application data" directory. The default is false. | |
| ApplicationName | Gets the application name. | |
| ApplicationRootPath | Gets/Sets the application root path to use. Use null (default) to use the base directory of the application's AppDomain. | |
| ConfigDirectory | Gets/Sets the directory used to store application properties, settings and user AddIns. Use null (default) to use "ApplicationData\ApplicationName" | |
| DataDirectory | Sets the data directory used to load resources. Use null (default) to use the default path "ApplicationRootPath\data". | |
| OriginalCulture | Gets the original culture. | |
| OriginalUICulture | Gets the original UI culture. | |
| ParameterList | Gets the parameter list. | |
| PropertiesName | Sets the name used for the properties file (without path or extension). Use null (default) to use the default name. | |
| RequestedFileList | Gets the list of files requested at startup. | |
| ResourceAssemblyName | Gets/Sets the name of the assembly to load the BitmapResources and English StringResources from. | |
| RunWorkbenchOnNewThread | Gets a value indicating whether the workbench should run on a new thread. | |
| StartupArgs | Gets the raw startup arguments. | |
| UseExceptionBoxForErrorHandler | Gets/Sets whether the custom exception box should be used for unhandled exceptions. The default is true. |