SessionsManagerResources Class

Definition

Namespace: SMath.Environment
Assembly: SMath.Environment (in SMath.Environment.dll) Version: 1.2.9018.0
C#
public class SessionsManagerResources : SessionsManager
Inheritance
Object    SessionsManager    SessionsManagerResources

Properties

Specifics Provides the platform specific functionality.
(Inherited from SessionsManager)

Methods

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)
EqualsDetermines 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)
FinalizeAllows 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))
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.
(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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also