Note
The format of file name (absolute or relative path, which folder is the base, encoding, etc) depends on the platform.
public abstract class SessionsManager
Public MustInherit Class SessionsManager
public ref class SessionsManager abstract
[<AbstractClassAttribute>]
type SessionsManager = class end
SessionsManager | Constructs the sessions manager. |
Current | Current instance of SessionsManager. |
Specifics | Provides the platform specific functionality. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetAppEnv | Returns the value for AppEnv. |
GetFileByName | Gets the file contents by the file name. |
GetFiles | Retrieves the names of files according to the specified FileTypes and FileOrigins. |
GetFilesByType | Retrieves the names of files according to the specified type, extension and FileOrigins. |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
LoadSessionOptions | Implementation of Load(SessionOptions). |
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. |
ToString | Returns a string that represents the current object. (Inherited from Object) |