| INIFile Constructor (String) |
Costruttore con argomento per inizializzare il nome file.
Namespace:
QsInformatica.Utils
Assembly:
QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 24.6.0.0 (24.6.0.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