IniFileSection Class

Class to hold a named section of an ini file.

Definition

Namespace: DHI.Mike1D.Generic
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class IniFileSection
Inheritance
Object    IniFileSection

Constructors

IniFileSection Default constructor. The object created here will be empty and always return the default value

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetBoolean Return a boolean value
GetDouble Return an double value
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetIniFileSection Return an IniFileSection. If an error occurs (file not found or section not found) a default IniFileSection will be returned that always returns the default value.
GetInteger Return an integer value
GetString Return an string
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also