DMO AdvancedLauncher SDK  v1.0.0.0
Package AdvancedLauncher.SDK.Management

Namespaces

package  Commands
 
package  Configuration
 
package  Plugins
 
package  Windows
 

Classes

class  CrossDomainObject
 The base class for all cross-domain communication types More...
 
class  FileSystemManager
 The DMO File System manager More...
 
interface  ICommandManager
 Command manager interface. You can register and unregister your commands here. More...
 
interface  IConfigurationManager
 Configuration manager interface More...
 
interface  IDatabaseContext
 Database context. It is wrapper interface over real DbContext. Do not forget to close context or just use it in using(...) statement. More...
 
interface  IDatabaseManager
 Database manager, IDatabaseContext builder. More...
 
interface  IDialogManager
 Dialog manager, allow to show different dialogs at UI. More...
 
interface  IEnvironmentManager
 Environment manager. Provides different information of execution environment More...
 
interface  IFileSystemManager
 FileSystem API More...
 
interface  ILanguageManager
 Language manager API. Provides access to strings and changing event. More...
 
interface  ILoggable
 Loggable interface More...
 
interface  ILogManager
 Log manager API More...
 
interface  IManager
 Base API interface More...
 
interface  IPluginHost
 API accessor for plugins More...
 
interface  IProfileManager
 Profile manager API interface More...
 
interface  ITaskManager
 Task manager API. It locks application closing until all tasks complete. More...
 
interface  IWindowManager
 Window manager API. Allow add/remove menu items, mainpage tabs, show new windows More...