Click or drag to resize
ConfigurationFactory Class
Class ConfigurationFactory.
Inheritance Hierarchy
SystemObject
  Akka.ConfigurationConfigurationFactory

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

The ConfigurationFactory type exposes the following members.

Constructors
  NameDescription
Public methodConfigurationFactory
Initializes a new instance of the ConfigurationFactory class
Top
Methods
  NameDescription
Public methodStatic memberDefault
Defaults this instance.
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 memberFromResource(String, Object)
Public methodStatic memberFromResource(String, Assembly)
Public methodStatic memberFromResourceTypeInAssembly(String)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLoad
Loads this instance.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberParseString
Parses the string.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
Properties
  NameDescription
Public propertyStatic memberEmpty
Gets the empty.
Top
See Also