SecurityInsightsRegistryHive Structure
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
la ruche qui contient la clé de Registre.
public readonly struct SecurityInsightsRegistryHive : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRegistryHive>
type SecurityInsightsRegistryHive = struct
Public Structure SecurityInsightsRegistryHive
Implements IEquatable(Of SecurityInsightsRegistryHive)
- Héritage
-
SecurityInsightsRegistryHive
- Implémente
Constructeurs
SecurityInsightsRegistryHive(String) |
Initialise une nouvelle instance de SecurityInsightsRegistryHive. |
Propriétés
HkeyA |
HKEY_A. |
HkeyClassesRoot |
HKEY_CLASSES_ROOT. |
HkeyCurrentConfig |
HKEY_CURRENT_CONFIG. |
HkeyCurrentUser |
HKEY_CURRENT_USER. |
HkeyCurrentUserLocalSettings |
HKEY_CURRENT_USER_LOCAL_SETTINGS. |
HkeyLocalMachine |
HKEY_LOCAL_MACHINE. |
HkeyPerformanceData |
HKEY_PERFORMANCE_DATA. |
HkeyPerformanceNlstext |
HKEY_PERFORMANCE_NLSTEXT. |
HkeyPerformanceText |
HKEY_PERFORMANCE_TEXT. |
HkeyUsers |
HKEY_USERS. |
Méthodes
Equals(SecurityInsightsRegistryHive) |
Indique si l'objet actuel est égal à un autre objet du même type. |
ToString() |
Retourne le nom de type qualifié complet de cette instance. |
Opérateurs
Equality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive) |
Détermine si deux SecurityInsightsRegistryHive valeurs sont identiques. |
Implicit(String to SecurityInsightsRegistryHive) |
Convertit une chaîne en SecurityInsightsRegistryHive. |
Inequality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive) |
Détermine si deux SecurityInsightsRegistryHive valeurs ne sont pas identiques. |
S’applique à
Azure SDK for .NET