Config Class |
[Missing <summary> documentation for "T:Akka.Configuration.Config"]
Namespace: Akka.Configuration
The Config type exposes the following members.
Name | Description | |
---|---|---|
![]() | Config | Initializes a new instance of the Config class |
![]() | Config(HoconRoot) | Initializes a new instance of the Config class |
![]() | Config(Config, Config) | Initializes a new instance of the Config class |
Name | Description | |
---|---|---|
![]() | AsEnumerable | |
![]() | Copy | |
![]() | Equals | (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.) |
![]() | GetBoolean | |
![]() | GetBooleanList | |
![]() | GetByteList | |
![]() | GetByteSize | |
![]() | GetConfig | |
![]() | GetDecimal | |
![]() | GetDecimalList | |
![]() | GetDouble | |
![]() | GetDoubleList | |
![]() | GetFloat | |
![]() | GetFloatList | |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInt | |
![]() | GetIntList | |
![]() | GetLong | |
![]() | GetLongList | |
![]() | GetMillisDuration | Obsolete. |
![]() | GetString | |
![]() | GetStringList | |
![]() | GetTimeSpan | |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue | |
![]() | HasPath | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | (Overrides ObjectToString.) |
![]() | WithFallback |
Name | Description | |
---|---|---|
![]() | AsInstanceOfT | (Defined by Extensions.) |
![]() | IsNullOrEmpty |
Convenience method for determining if Config has any usable content period.
(Defined by ConfigExtensions.) |
![]() | Match |
Matches the specified target.
(Defined by PatternMatch.) |
![]() | SafeWithFallback | (Defined by ConfigExtensions.) |
Name | Description | |
---|---|---|
![]() | Fallback | |
![]() | IsEmpty |
Lets the caller know if this root node contains any values
|
![]() | Root |
Returns the root node of this configuration section
|
![]() | Substitutions |