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.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
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