SessionOptions Class

Contains the options which are used by SessionProfile.

  Important

This class is preserved for backward compatibility. It should not be used any longer.

Definition

Namespace: SMath.Manager
Assembly: SMath.Manager (in SMath.Manager.dll) Version: 1.73.9126.0
C#
public abstract class SessionOptions : OptionsCollection
Inheritance
Object    OptionsCollection    SessionOptions

Constructors

SessionOptions Default constructor of the SessionOptions object.

Properties

Item Gets or sets a string representation of the option value.
(Inherited from OptionsCollection)
Lang3LetterAbbr of the user interface language.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBoolean Returns value of the option in boolean format.
(Inherited from OptionsCollection)
GetCollection Returns a dictionary of the options with values where name of the option start with a given name.
(Inherited from OptionsCollection)
GetEnumerator Returns enumerator of the available options.
(Inherited from OptionsCollection)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInt Returns value of the option in integer format.
(Inherited from OptionsCollection)
GetSingle Returns value of the option in the floating number format.
(Inherited from OptionsCollection)
GetString Returns value of the option as a string.
(Inherited from OptionsCollection)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Fields

data Dictionary of the options and its values.
(Inherited from OptionsCollection)

See Also