Click or drag to resize

IniSettingsBase(String, String) Constructor

Creates a new instance of the IniSettingsBase class for the application's INI file.

Namespace: GSF.Configuration
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
Syntax
protected IniSettingsBase(
	string iniFileName,
	string sectionName
)
View Source

Parameters

iniFileName  String
Name of INI file to use for accessing settings.
sectionName  String
Name of default section to use to get and set settings from INI file.
See Also