Important
This class is preserved for backward compatibility. It should not be used any longer.
Contains the options which are used by SessionProfile.
public abstract class SessionOptions : OptionsCollectionPublic MustInherit Class SessionOptions
Inherits OptionsCollectionpublic ref class SessionOptions abstract : public OptionsCollection[<AbstractClassAttribute>]
type SessionOptions =
class
inherit OptionsCollection
end| SessionOptions | Default constructor of the SessionOptions object. |
| Item |
Gets or sets a string representation of the option value.
(Inherited from OptionsCollection) |
| Lang3Letter | Abbr of the user interface language. |
| 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) |
| 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) |
| GetHashCode | Serves 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) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
| data |
Dictionary of the options and its values.
(Inherited from OptionsCollection) |