Core |
public sealed class CoreStartup
The CoreStartup type exposes the following members.
Name | Description | |
---|---|---|
CoreStartup | Creates a new CoreStartup instance. |
Name | Description | |
---|---|---|
AddAddInFile | Add the specified .addin file to the list of AddIn files to load. | |
AddAddInsFromDirectory | Find AddIns by searching all .addin files recursively in addInDir. The AddIns that were found are added to the list of AddIn files to load. | |
ConfigureExternalAddIns | Use the specified configuration file to store information about disabled AddIns and external AddIns. You have to call this method to support the AddInManager. | |
ConfigureUserAddIns | Configures user AddIn support. | |
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) | |
RunInitialization | Initializes the AddIn system. This loads the AddIns that were added to the list, then it executes the commands in /Application/Autostart. | |
StartCoreServices | Starts the core services. This initializes the PropertyService and ResourceService. | |
ToString | Returns a string that represents the current object. (Inherited from Object) |