Name | Description | |
---|---|---|
ApplyTheme | Applies the specified theme to the application desktop. | |
BeginInvoke | Overloaded. Executes the specified delegate asynchronously with the specified array of arguments on the UI thread (Application thread). | |
CollectGarbageCacheOfCurrentThread | Collects the cached garbage of the current thread | |
CreateChildWindow | Overloaded. Creates a child window, and adds it to the Application.Desktop.Windows collection. | |
CreatePlugins<T> | Cerates the plugins of the specified type. | |
CreateTopLevelWindow | Overloaded. Creates a top-level window, and adds it is to the Windows collection of the currently focused window. If there is no focused window, the window is added to the NApplication.Desktop.Windows collection. | |
ExecuteFile | Executes the given file. | |
GetAllSettingsNamesAsync | Gets the names of all settings for this application. Returns an empty array if the application does not have any settings. | |
GetModule2AssemblyMap | Returns the assemblies of the installed DOM modules | |
GetModuleAssemblies | Returns the assemblies of the installed DOM modules | |
GetModules | Returns the assemblies of the installed DOM modules | |
GetSettingAsync | Retuns a promise that gets the setting bytes for the given key. | |
LocalizeFromStream | Localizes the application from the given localization dictionary stream (should be a file in TMX format). | |
OpenUrl | Opens the given URL in a new tab/window of the default browser. | |
ReapplyTheme | Reapplies the last theme. | |
RegisterPlugin | ||
RemoveSettingAsync | Removes the setting for the given key | |
SetSettingAsync | Sets the setting with the given key. |