public class SessionsManagerResources : SessionsManagerPublic Class SessionsManagerResources
Inherits SessionsManagerpublic ref class SessionsManagerResources : public SessionsManagertype SessionsManagerResources =
class
inherit SessionsManager
end| Specifics |
Provides the platform specific functionality.
(Inherited from SessionsManager) |
| Create | Initialized sessions manager with global objects. |
| CreateAccount | (Inherited from SessionsManager) |
| 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.
(Inherited from SessionsManager) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| FetchProfile |
Returns default session context created on application start.
(Inherited from SessionsManager) |
| FetchProfile(SessionOptions) |
Updates and returns default session context created on application start.
(Inherited from SessionsManager) |
| FetchProfile(String, SessionOptions) |
Updates and returns session context by its Id.
(Inherited from SessionsManager) |
| 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 | (Overrides SessionsManagerGetFileByName(String)) |
| GetFiles | (Inherited from SessionsManager) |
| GetFilesByType | (Overrides SessionsManagerGetFilesByType(String, String, FileOrigins)) |
| 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.
(Inherited from SessionsManager) |
| OpenUrl(Uri) |
Checks the specified absolute URI and navigates to it in a platform specific way.
(Inherited from SessionsManager) |
| 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.
(Inherited from SessionsManager) |
| 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.
(Inherited from SessionsManager) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |