Click or drag to resize
Akka.NETConfigurationFactory Class
This class contains methods used to retrieve configuration information from a variety of sources including user-supplied strings, configuration files and assembly resources.
Inheritance Hierarchy
SystemObject
  Akka.ConfigurationConfigurationFactory

Namespace:  Akka.Configuration
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public class ConfigurationFactory

The ConfigurationFactory type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationFactory
Initializes a new instance of the ConfigurationFactory class
Top
Properties
  NameDescription
Public propertyStatic memberEmpty
Generates an empty configuration.
Top
Methods
  NameDescription
Public methodStatic memberDefault
Retrieves the default configuration that Akka.NET uses when no configuration has been defined.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberFromObject
Creates a configuration based on the supplied source object
Public methodStatic memberFromResource(String, Object)
Retrieves a configuration defined in a resource of the assembly containing the supplied instance object.
Public methodStatic memberFromResource(String, Assembly)
Retrieves a configuration defined in a resource of the supplied assembly.
Public methodStatic memberFromResourceTAssembly(String)
Retrieves a configuration defined in a resource of the assembly containing the supplied type TAssembly.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Loads a configuration defined in the current application's configuration file, e.g. app.config or web.config
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseString(String)
Generates a configuration defined in the supplied HOCON (Human-Optimized Config Object Notation) string.
Public methodStatic memberParseString(String, FuncString, HoconRoot)
Generates a configuration defined in the supplied HOCON (Human-Optimized Config Object Notation) string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
See Also