| CoreState Class | 
Namespace: SD.LLBLGen.Pro.ApplicationCore.Configuration
The CoreState type exposes the following members.
| Name | Description | |
|---|---|---|
| CoreState | 
            Initializes a new instance of the CoreState class.
              | |
| CoreState(Guid) | 
            Initializes a new instance of the CoreState class.
              | 
| Name | Description | |
|---|---|---|
| ApplicationStartupPath | 
            Gets the application startup path.
              | |
| CommandQueueStackId | 
            Gets the command queue stack id of the application.
              | |
| ConfigurationSettings | 
            Gets the configuration settings.
              | |
| ConfigurationSettingsCopyForPluginRun | 
            Gets the configuration settings copy for plugin run.
              | |
| CurrentPreferences | 
            Gets the current preferences, using the PreferencesRetrievalFunc. If the func isn't set, null is returned.
              | |
| CurrentProject | 
            Gets the currentlu loaded project using the CurrentProjectRetrievalFunc. If the func isn't set or no project is loaded, null is returned.
              | |
| CurrentProjectRetrievalFunc | 
            Gets or sets the current project retrieval function, which is used to obtain the project object loaded in the system
              | |
| DatabaseDriversRootFolder | 
            Gets the database drivers root folder, loaded from the app.config file
              | |
| IsInitialized | 
            Gets a value indicating whether this instance is initialized.
              | |
| LoadedCodeGenerationMetaDataStore | 
            Gets the loaded code generation meta data store.
              | |
| LoadedDriverStore | 
            Gets the loaded driver store.
              | |
| LoadedImporterStore | 
            Gets or sets the loaded importer store.
              | |
| LoadedPluginStore | 
            Gets the store with the loaded plugins.
              | |
| LoadedTypeConverterStore | 
            Gets the loaded type converter store.
              | |
| PluginsRootFolder | 
            Gets the plugins root folder, loaded from the app.config folder
              | |
| PreferencesRetrievalFunc | 
            Gets or sets the preferences retrieval function, which is used to obtain the preferences object currently loaded in the system. 
              | |
| RealTimeController | 
            Gets the real time controller.
              | |
| SignedLicenseXml | 
            Gets the signed license XML.
              | |
| StartedFromVSNet | 
            Gets or sets a value indicating whether the designer was started from within VS.NET (true) or not (false, standalone designer).
              | |
| TypeConvertersRootFolder | 
            Gets the type converters root folder, loaded from the app.config folder
              | 
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object.  (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.  (Inherited from Object.) | |
| GetAllReachableTaskFolders | 
            Gets all reachable task folders. These are the Tasks folders defined for all loaded frameworks and the shared tasks folder in the config file.
            Not included are the preferences/project additional tasks folders.
              | |
| GetAllReachableTemplateFolders | 
            Gets all reachable template folders. These are the Templates folders defined for all loaded frameworks and the shared templates folder in the config file.
            Not included are the preferences/project additional templates folders.
              | |
| GetDriverConfigurationFromCache | 
            Gets the driver configuration from cache.
              | |
| GetDriverInstanceFromCache | 
            Gets the driver instance from cache.
              | |
| GetExternalTypesAvailableInSystem | 
            Gets the external types available in the system.
              | |
| GetHashCode | Serves as the default hash function.   (Inherited from Object.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| Initialize | 
            Loads the driver config data, drivers, plugins and type converters
              | |
| LoadObjectsAndConfigData | 
            Loads the driver config data, drivers, plugins and type converters
              | |
| LoadXsdSchemas | 
            Loads the XSD schemas from the VsNetXsdFolder specified in the specified preferences and the folder specified in the .config file.
              | |
| MemberwiseClone | Creates a shallow copy of the current Object.  (Inherited from Object.) | |
| RefreshCodeGenerationMetaData(UserConfiguration, Project) | 
            Refreshes the code generation meta data.
              | |
| RefreshCodeGenerationMetaData(String, String, String, String) | 
            Refreshes the code generation meta data from the sources specified. All folders are given using absolute paths.
              | |
| ResetAllLoadedDriverInstances | 
            Resets all loaded driver instances. 
              | |
| ToString | Returns a string that represents the current object.  (Inherited from Object.) |