public abstract class SessionsManagerPublic MustInherit Class SessionsManagerpublic ref class SessionsManager abstract[<AbstractClassAttribute>]
type SessionsManager = class end| SessionsManager | Default constructor. |
| Current | Current instance of the Application context manager. . |
| IsCreated | Determines if Session Manager instance is already created or not. |
| Specifics | Provides the platform specific functionality. |
| CreateAccount | |
| DisposeProfile | Dispose an instance of Current Session Profile describes all session specific parameters. Used as a main context for all IO/visualization/calculation operations. by ID of the session. |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FetchProfile | Returns default session context created on application start. |
| FetchProfile(SessionOptions) | Updates and returns default session context created on application start. |
| FetchProfile(String, SessionOptions) | Updates and returns session context by its Id. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetFileByName | |
| GetFiles | |
| GetFilesByType | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| OpenUrl(String) | Parses the specified string as absolute URI, checks it and navigates to it in a platform specific way. |
| OpenUrl(Uri) | Checks the specified absolute URI and navigates to it in a platform specific way. |
| ReloadLanguages | Preload all available languages form the specified directory. |
| SelectLanguage(LanguageInfo, CultureInfo) | Selects a language from the array of languages by the specified CultureInfo instance and then completes loading of the language data from related file if that is required. |
| SelectLanguage(LanguageInfo, String) | Selects a language from the array of languages by the specified value of Abbr and then completes loading of the language data from related file if that is required. |
| ToString | Returns a string that represents the current object. (Inherited from Object) |