| ConfigurationFactory Class |
Namespace: Akka.Configuration
The ConfigurationFactory type exposes the following members.
| Name | Description | |
|---|---|---|
| ConfigurationFactory | Initializes a new instance of the ConfigurationFactory class |
| Name | Description | |
|---|---|---|
| Default |
Retrieves the default configuration that Akka.NET uses
when no configuration has been defined.
| |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FromObject |
Creates a configuration based on the supplied source object
| |
| FromResource(String, Object) |
Retrieves a configuration defined in a resource of the
assembly containing the supplied instance object.
| |
| FromResource(String, Assembly) |
Retrieves a configuration defined in a resource of the supplied assembly.
| |
| FromResourceTAssembly(String) |
Retrieves a configuration defined in a resource of the assembly
containing the supplied type TAssembly.
| |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load |
Loads a configuration defined in the current application's
configuration file, e.g. app.config or web.config
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ParseString(String) |
Generates a configuration defined in the supplied
HOCON (Human-Optimized Config Object Notation) string.
| |
| ParseString(String, FuncString, HoconRoot) |
Generates a configuration defined in the supplied
HOCON (Human-Optimized Config Object Notation) string.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| AsInstanceOfT |
TBD
(Defined by Extensions.) | |
| Match | Overloaded.
Matches the specified target.
(Defined by PatternMatch.) | |
| MatchT | Overloaded.
Matches the specified target and return a result of target processing.
(Defined by PatternMatch.) |