Click or drag to resize

CoreStartup Methods

The CoreStartup type exposes the following members.

Methods
 NameDescription
Public methodAddAddInFile Add the specified .addin file to the list of AddIn files to load.
Public methodAddAddInsFromDirectory 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.
Public methodConfigureExternalAddIns Use the specified configuration file to store information about disabled AddIns and external AddIns. You have to call this method to support the AddInManager.
Public methodConfigureUserAddIns Configures user AddIn support.
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 methodRunInitialization Initializes the AddIn system. This loads the AddIns that were added to the list, then it executes the commands in /Application/Autostart.
Public methodStartCoreServices Starts the core services. This initializes the PropertyService and ResourceService.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also