Show / Hide Table of Contents

Class Settings

Inheritance
Object
Settings
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Server.Game
Assembly: SlipeServer.dll
Syntax
public static class Settings

Methods

| Improve this Doc View Source

Get(String)

Retrieves arbitrary data from settings registry

Declaration
public static dynamic Get(string setting)
Parameters
Type Name Description
String setting
Returns
Type Description
Object
| Improve this Doc View Source

Set(String, Object)

Stores arbitrary data in settings registry

Declaration
public static void Set(string setting, dynamic value)
Parameters
Type Name Description
String setting
Object value
  • Improve this Doc
  • View Source
Back to top Generated by DocFX