Startup |
[SerializableAttribute] public sealed class StartupSettings
The StartupSettings type exposes the following members.
| Name | Description | |
|---|---|---|
| StartupSettings | Initializes a new instance of the StartupSettings class. |
| 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. |
| Name | Description | |
|---|---|---|
| AddAddInFile | Add the specified .addin file. | |
| AddAddInsFromDirectory | Find AddIns by searching all .addin files recursively in addInDir. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |