TomlSyncFile

Namespace: uModIO

Assembly: uMod.Core.dll

Inheritance ObjectDataFileTomlFile TomlSyncFile

Implements IDataFile, IDataObject, IEnumerable<KeyValuePair<String, Object>>, IEnumerable

Summary

Represents a synchronized TOML file

Constructors

Name

Summary

TomlSyncFile (String, TomlSerializer)

Properties

Name

Summary

Item [ String ]

Gets or sets a setting on this config by key

Item [ String ]

Gets or sets a setting on this config by key

Item [ String ]

Gets or sets a setting on this config by key

Item [ String ]

Gets or sets a setting on this config by key

Item [ String ]

Gets or sets a setting on this config by key

Serializer

TOML serializer

Methods

Name

Summary

FromString (String)

Deserialize object from TOML string

Get (Object[])

GetEnumerator ()

LoadFile ()

Load configuration file asynchronously

SaveFile ()

Save configuration file asynchronously

Set (Object, Object[])

ToString ()

Serialized object as TOML string