SecurityInsightsRegistryHive Struct

Definition

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

SecurityInsightsRegistryHive(String)

Initializes a new instance of SecurityInsightsRegistryHive.

Properties

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

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

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.

Applies to