C# (CSharp) Akka.Configuration.Hocon Пространство имен

Классы

Имя Описание
CDataConfigurationElement This class represents the base implementation for retrieving text from an XML CDATA node within a configuration file.
<![CDATA[ ... ]]> ]]>
HoconConfigurationElement This class represents a custom HOCON (Human-Optimized Config Object Notation) node within a configuration file.
... ]]>
HoconConfigurationSection This class represents a custom akka node within a configuration file.
... ]]>
HoconLiteral This class represents a string literal element in a HOCON (Human-Optimized Config Object Notation) configuration string. akka { actor { provider = "Akka.Remote.RemoteActorRefProvider, Akka.Remote" } }
HoconObject
HoconTokenizer This class contains methods used to tokenize HOCON (Human-Optimized Config Object Notation) configuration strings.
HoconValue This class represents the root type for a HOCON (Human-Optimized Config Object Notation) configuration object.
Parser This class contains methods used to parse HOCON (Human-Optimized Config Object Notation) configuration strings.
Tokenizer This class contains methods used to tokenize a string.