Click or drag to resize

IIniFile Interface

Represents an interface for common INI functions.

Namespace: GSF.Interop
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.181-beta
Syntax
public interface IIniFile
View Source

The IIniFile type exposes the following members.

Properties
 NameDescription
Public propertyFileName File name of the INI file.
Public propertyItemString, String Gets or sets the value of the specified key.
Public propertyItemString, String, String Gets the value of the specified key.
Top
Methods
 NameDescription
Public methodGetSectionKeys Gets an array of keys from the specified section in the INI file.
Public methodGetSectionNames Gets an array of that section names that exist in the INI file.
Top
See Also