Click or drag to resize
Config Class

[Missing <summary> documentation for "T:Akka.Configuration.Config"]

Inheritance Hierarchy
SystemObject
  Akka.ConfigurationConfig

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

The Config type exposes the following members.

Constructors
  NameDescription
Public methodConfig
Initializes a new instance of the Config class
Public methodConfig(HoconRoot)
Initializes a new instance of the Config class
Public methodConfig(Config, Config)
Initializes a new instance of the Config class
Top
Methods
  NameDescription
Public methodAsEnumerable
Protected methodCopy
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 methodGetBoolean
Public methodGetBooleanList
Public methodGetByteList
Public methodGetByteSize
Public methodGetConfig
Public methodGetDecimal
Public methodGetDecimalList
Public methodGetDouble
Public methodGetDoubleList
Public methodGetFloat
Public methodGetFloatList
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetInt
Public methodGetIntList
Public methodGetLong
Public methodGetLongList
Public methodGetMillisDuration Obsolete.
Public methodGetString
Public methodGetStringList
Public methodGetTimeSpan
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Public methodHasPath
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString (Overrides ObjectToString.)
Public methodWithFallback
Top
Operators
Extension Methods
  NameDescription
Public Extension MethodAsInstanceOfT (Defined by Extensions.)
Public Extension MethodIsNullOrEmpty
Convenience method for determining if Config has any usable content period.
(Defined by ConfigExtensions.)
Public Extension MethodMatch
Matches the specified target.
(Defined by PatternMatch.)
Public Extension MethodSafeWithFallback (Defined by ConfigExtensions.)
Top
Properties
  NameDescription
Public propertyFallback
Public propertyIsEmpty
Lets the caller know if this root node contains any values
Public propertyRoot
Returns the root node of this configuration section
Public propertySubstitutions
Top
See Also