HoconSubstitution Members
The HoconSubstitution type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
HoconSubstitution |
Initializes a new instance of the HoconSubstitution class.
|
Methods
Name | Description | |
---|---|---|
![]() |
Equals(System.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.) |
![]() |
GetArray |
Returns the value of this instance as an array.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetObject |
Returns the value of this instance as an HOCON object.
|
![]() |
GetString |
Returns the value of this instance as a string.
|
![]() |
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
![]() |
IsArray |
Determines whether this instance is array.
|
![]() |
IsObject |
Determines whether this instance is an HOCON object.
|
![]() |
IsString |
Determines whether this instance is string.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString |
Returns a string that represents the current object. (Inherited from Object.) |
Operators
Name | Description | |
---|---|---|
![]() ![]() |
Implicit Widening Implicit Implicit Implicit (HoconSubstitution to HoconObject) |
Performs an implicit conversion from HoconSubstitution to HoconObject.
|
Properties
Name | Description | |
---|---|---|
![]() |
Path |
The full path to the value which should substitute this instance.
|
![]() |
ResolvedValue |
The evaluated value from the Path property
|