SessionsManager Class

Application context manager.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
C#
public abstract class SessionsManager
Inheritance
Object    SessionsManager
Derived

Constructors

SessionsManager Default constructor.

Properties

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.

Methods

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.
EqualsDetermines 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.
FinalizeAllows 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 
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates 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.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also