A Sandcastle Documented Class Library
INIFile Constructor (String) |
Costruttore con argomento per inizializzare il nome file.
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
Syntax
public INIFile( string FileName )
Public Sub New ( FileName As String )
public: INIFile( String^ FileName )
new : FileName : string -> INIFile
Parameters
- FileName
- Type: SystemString
Nome completo di percorso da utilizzare come file .ini
Remarks
Il file di imipostazione non viene letto. Sarà caricato in memoria chiamando
l'apposito metodo Read().
See Also