SecurityInsightsRegistryHive Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
the hive that holds the registry key.
public readonly struct SecurityInsightsRegistryHive : IEquatable<Azure.ResourceManager.SecurityInsights.Models.SecurityInsightsRegistryHive>
type SecurityInsightsRegistryHive = struct
Public Structure SecurityInsightsRegistryHive
Implements IEquatable(Of SecurityInsightsRegistryHive)
- Inheritance
-
SecurityInsightsRegistryHive
- Implements
Constructors
| Name | Description |
|---|---|
| SecurityInsightsRegistryHive(String) |
Initializes a new instance of SecurityInsightsRegistryHive. |
Properties
| Name | Description |
|---|---|
| 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. |
Methods
| Name | Description |
|---|---|
| Equals(SecurityInsightsRegistryHive) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive) |
Determines if two SecurityInsightsRegistryHive values are the same. |
| Implicit(String to SecurityInsightsRegistryHive) |
Converts a String to a SecurityInsightsRegistryHive. |
| Inequality(SecurityInsightsRegistryHive, SecurityInsightsRegistryHive) |
Determines if two SecurityInsightsRegistryHive values are not the same. |