| 
            
              IniSettingsBase(String, String) Constructor
             | 
          
        
        
            Creates a new instance of the 
IniSettingsBase class for the application's INI file.
            
 
        
        Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.258-beta+f8b6aa3dbfe0b4cc2b0b0760dd5d2a3dd4f59d09
Syntaxprotected IniSettingsBase(
	string iniFileName,
	string sectionName
)
Protected Sub New ( 
	iniFileName As String,
	sectionName As String
)
protected:
IniSettingsBase(
	String^ iniFileName, 
	String^ sectionName
)
new : 
        iniFileName : string * 
        sectionName : string -> IniSettingsBaseGSF.Configuration.IniSettingsBase = function(iniFileName, sectionName);
 View SourceParameters
- 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