IniFileSection Methods

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