RegistryTools Classe
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Classe helper per ottenere informazioni dal Registro di sistema
public ref class RegistryTools : Microsoft::VisualStudio::Utilities::Internal::IRegistryTools3
public class RegistryTools : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools3
public class RegistryTools : Microsoft.VisualStudio.Utilities.Internal.IRegistryTools4
type RegistryTools = class
interface IRegistryTools3
interface IRegistryTools2
interface IRegistryTools
type RegistryTools = class
interface IRegistryTools4
interface IRegistryTools3
interface IRegistryTools2
interface IRegistryTools
Public Class RegistryTools
Implements IRegistryTools3
Public Class RegistryTools
Implements IRegistryTools4
- Ereditarietà
-
RegistryTools
- Implementazioni
Costruttori
RegistryTools() |
Classe helper per ottenere informazioni dal Registro di sistema |
Metodi
DeleteRegistryKeyFromCurrentUserRoot(String) |
Elimina la chiave del Registro di sistema specificata e tutte le sottochiavi nel Registro di sistema radice HKCU |
DeleteRegistryKeyFromLocalMachineRoot(String, Boolean) |
Elimina la chiave del Registro di sistema specificata e tutte le sottochiavi del Registro di sistema HKLM radice |
DeleteRegistryValueFromCurrentUserRoot(String, String) |
Elimina il valore del Registro di sistema specificato da una chiave nel Registro di sistema radice HKCU |
DeleteRegistryValueFromLocalMachineRoot(String, String, Boolean) |
Elimina il valore del Registro di sistema specificato da una chiave nel Registro di sistema radice HKLM |
DoesRegistryKeyExistInCurrentUserRoot(String) |
Determina se esiste una chiave nel Registro di sistema radice HKCU |
DoesRegistryKeyExistInLocalMachineRoot(String, Boolean) |
Determina se esiste una chiave nel Registro di sistema radice HKLM |
GetRegistryIntValueFromLocalMachineRoot(String, String, Boolean, Nullable<Int32>) |
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM. |
GetRegistryIntValueFromLocalMachineRoot(String, String, Nullable<Int32>) |
Ottenere il valore del Registro di sistema int dal Registro di sistema radice HKLM. |
GetRegistrySubKeyNamesFromCurrentUserRoot(String) |
Ottenere i nomi di tutte le sottochiavi in una chiave nel Registro di sistema radice HKCU. |
GetRegistrySubKeyNamesFromLocalMachineRoot(String, Boolean) |
Ottenere i nomi di tutte le sottochiavi in una chiave nel Registro di sistema radice HKLM. |
GetRegistryValueFromCurrentUserRoot(String, String, Object) |
Ottenere il valore della chiave del Registro di sistema dal Registro di sistema radice HKCU. |
GetRegistryValueFromLocalMachineRoot(String, String, Boolean, Object) |
Ottenere il valore della chiave del Registro di sistema dal Registro di sistema radice HKLM. |
GetRegistryValueFromLocalMachineRoot(String, String, Object) |
Ottenere il valore della chiave del Registro di sistema dal Registro di sistema radice HKLM. |
GetRegistryValueNamesFromCurrentUserRoot(String) |
Ottenere i nomi di tutti i valori in una chiave nel Registro di sistema radice HKCU. |
GetRegistryValueNamesFromLocalMachineRoot(String, Boolean) |
Ottenere i nomi di tutti i valori in una chiave nel Registro di sistema radice HKLM. |
SetRegistryFromCurrentUserRoot(String, String, Object, RegistryValueKind) |
Imposta un valore nel Registro di sistema dal Registro di sistema radice HKCU. |
SetRegistryFromCurrentUserRoot(String, String, Object) |
Imposta un valore nel Registro di sistema dal Registro di sistema radice HKCU. |
SetRegistryFromLocalMachineRoot(String, String, Object, Boolean) |
Imposta un valore nel Registro di sistema dal Registro di sistema radice HKLM |
TryGetRegistryValueKindFromCurrentUserRoot(String, String, RegistryValueKind) |
Determina il tipo di proprietà nel Registro di sistema radice HKCU. |
TryGetRegistryValueKindFromLocalMachineRoot(String, String, RegistryValueKind, Boolean) |
Determina il tipo di proprietà nel Registro di sistema radice HKLM. |