Click or drag to resize
Akka.NETConfigurationFactory Methods

The ConfigurationFactory type exposes the following members.

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