Startup |
The StartupSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| _addInDirectories | ||
| _addInFiles | ||
| 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 | ||
| 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 | ||
| OriginalUICulture | ||
| ParameterList | ||
| PropertiesName | Sets the name used for the properties file (without path or extension). Use null (default) to use the default name. | |
| RequestedFileList | ||
| ResourceAssemblyName | Gets/Sets the name of the assembly to load the BitmapResources and English StringResources from. | |
| RunWorkbenchOnNewThread | ||
| StartupArgs | ||
| UseExceptionBoxForErrorHandler | Gets/Sets whether the custom exception box should be used for unhandled exceptions. The default is true. |