RegisterUtility Class
From QsInformatica.Utils
A Sandcastle Documented Class Library
RegisterUtility Class |
Classe utilizzata per creare/leggere le chiavi nel/dal registro di sistema CURRENT USER.
SystemObject QsInformatica.UtilsRegisterUtility
Namespace: QsInformatica.Utils
Assembly: QsInformatica.Utils (in QsInformatica.Utils.dll) Version: 22.4.2.0 (22.4.2.0)
The RegisterUtility type exposes the following members.
| Name | Description | |
|---|---|---|
| CreateSubKeys |
Crea una chiave, nel caso non esistono i genitori li crea.
Esempio: Software\QsInformatica\Prova (crea tutte le chiavi necessarie).
| |
| GetValueInSubKey |
Restituisce il valore di una variabile all'interno di una chiave.
| |
| GetValuesInSubKeyWithSeparator |
Restituisce tutti gli elementi presenti in una variabile.
| |
| RemoveValueBySubKey |
Rimuove un valore da un chiave.
| |
| RemoveValuesInSubKeyWithSeparator |
Rimuove un elemento da una lista di elementi presenti in una varibile.
| |
| SetValueInSubKey |
Imposta il valore di una variabile all'interno di una chiave.
| |
| SetValuesInSubKeyWithSeparator |
Aggiunge un elemento agli elementi già presenti in una varibile.
| |
| SetValuesInSubKeyWithSeparatorUpdatingPosition |
Aggiunge l'elemento specificato alla lista presente nella chiave di registro. Se l'elemento è già presente, viene spostato in ultima posizione (la più recente).
|